From: Kenichi Handa Date: Fri, 24 Jan 2003 13:28:24 +0000 (+0000) Subject: (jka-compr-insert-file-contents): Call X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~53598 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8bdf601fe8bbb5701cd320fd0085aa5b8a6ba5ec;p=emacs.git (jka-compr-insert-file-contents): Call docode-coding-inserted-region. --- diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el index 32bd6ea55c1..e1780b33296 100644 --- a/lisp/jka-compr.el +++ b/lisp/jka-compr.el @@ -593,7 +593,7 @@ There should be no more than seven characters after the final `/'." (file-exists-p local-copy) (delete-file local-copy))) - (decode-coding-region-as-inserted-from-file + (decode-coding-inserted-region (point) (+ (point) size) (jka-compr-byte-compiler-base-file-name file) visit beg end replace)